Nested VMX: fix error paths in emulation of VMLAUNCH and VMRESUME.
authorTim Deegan <Tim.Deegan@citrix.com>
Tue, 26 Jul 2011 16:00:25 +0000 (17:00 +0100)
committerTim Deegan <Tim.Deegan@citrix.com>
Tue, 26 Jul 2011 16:00:25 +0000 (17:00 +0100)
commit1de95c144458ad8841e85c93736b0c364f285ef2
tree2f98fe0c87db50f3124494abad55434d6cb6f251
parent812298d382befd9da83db94b931d30ceb0f39cd3
Nested VMX: fix error paths in emulation of VMLAUNCH and VMRESUME.

These instructions don't fault on bad VMCS pointers, they set bits in
RFLAGS and continue execution.

Signed-off-by: Tim Deegan <Tim.Deegan@citrix.com>
xen/arch/x86/hvm/vmx/vvmx.c